home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Communication / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_8251_Utility Menu.txt < prev    next >
Text File  |  1996-01-15  |  8KB  |  101 lines

  1.  
  2. Utility Menu
  3.  
  4. Overview
  5. The Utility menu contains editing features used to simplify page creation, generally using various replacement and conversion commands. The Find and Replace commands are used to search for and replace text strings within the current document, or globally within all documents in the editor. Preprocess Text and other Conversion commands operate on the current text selection. Note that holding down the Option or Shift keys alters the name and behavior of these conversion commands. The replacement tables used by these commands all reside under Conversion Preferences on the Preferences card. 
  6.  
  7. The Utility menu contains:
  8.  
  9. Show/Hide Rulers
  10. Choosing Show Ruler from the Utility menu displays a ruler along the top of the edit area.  Dragging on the grey area repositions it vertically, while the left and right arrows may be dragged to set margins. The scale is displayed in Courier in the current editor font size.
  11.  
  12. Show/Hide Bookmarks
  13. Choosing the Show Bookmarks command from the Utility menu displays three bookmarks along the right edge of the Body field. Each bookmark may be dragged vertically to the location of the scroll "thumb" (the small rectangular box representing the scroll position). Note that each bookmark stores the Body field's current scroll position regardless of its vertical position -- the ability to move the bookmarks is only to assist visually.
  14.  
  15. To remember the current scroll position of the Body field, drag a bookmark with the Option or Shift key down, or simply Option- or Shift-Click on it.
  16.  
  17. To restore the Body field to the stored location, double click on the desired bookmark.
  18.  
  19. Show/Hide Keywords
  20. Displays a text field at the top of the document window and locks the document text. Clicking on words within the document adds them to the comma-delimited keyword list. If you wish to add a phrase (without adding a comma between each word), click each word of the phrase while holding the Shift key down. To close the keyword field, click the close box located in its upper left corner. Note that the keyword field is not cleared ΓÇô it remains stored with the document.
  21.  
  22. The contents of the keyword field are used for the META element's CONTENT attribute. The META element
  23.  
  24.    <META HTTP-EQUIV="keywords" CONTENT="ribeye,sirloin,flank,porterhouse">
  25.  
  26. might be used by a search engine to locate a document by its keywords. (META elements are always located within the document Header.)
  27.  
  28. Find…
  29. Displays a Find dialog box. There are various options for how and where searches are conducted. HTML.edit will search the current document, or anywhere within the editor for the search text, navigate to and hilite the found text. When the International checkbox is on, diacritical marks will be differentiated from other characters (eg., " ├╝ Γëá u "); the default is to ignore them (eg., " ├╝ = u ").
  30.  
  31. Following is a description of the various search modes:
  32.  
  33.    Any     Searches for any combination of the text, in any order.
  34.    Chars   Searches for a match anywhere within words.
  35.    Words  Searches for a match with only complete words.
  36.    String   Ignoring word boundaries, searches for a contiguous
  37.               string of characters.
  38.    Whole   Searches for the entire text string, ignoring partial-word matches.
  39.  
  40. Once a search has been conducted, subsequent Find Again commands (Command-G) will re-execute the search.
  41.  
  42. Replace
  43. Choosing the Replace... command from the Utility menu allows you to replace a given search string with a replacement string within the current document, or globally over all documents in the editor. Shortcut: Command-R.
  44.  
  45. Replace in Selection
  46. Choosing the Replace in Selection... command from the Utility menu allows you to replace a given search string with a replacement string within the current text selection, using the same replacement rules as the Replace command.  Shortcut: Command-Shift-R.
  47.  
  48. Insert Custom Entity
  49. HTML.edit will automatically insert the current date (in one of three formats) or time (in two formats) into your HTML document when exporting your document to a text file. This is done by inserting a short entity code into your document using the Insert Custom Entity command.
  50.  
  51. You may also define up to ten custom entities and replace them on export with the contents of a selected Document, Master Header or Footer. Check the Preferences card under Conversion Preferences or Custom Entity Table Instructions for a description of how to customize this option.
  52.  
  53. Place the insertion point into your document at the desired location and choose a date format, time format or custom entity to insert the code used on export to substitute the current date, time, or included text.
  54.  
  55.    Short Date:             4/23/95
  56.    Abbreviated Date:   Sat, Apr 23, 1995
  57.    Long Date:             Saturday, April 23, 1995
  58.    Time:                     2:00 PM
  59.    Long Time:              2:00:00 PM
  60.  
  61. For your international audience, I'd recommend avoiding the Short Date format, as in many countries the month and day are reversed. Note that the date and time codes are formatted according to your Macintosh's localization, not necessarily as above.
  62.  
  63. Preprocess Text
  64. After importing a text file, this may be the first command to perform on your text. It performs four separate processes on the selected text:
  65.  
  66. 1. Converts any instances of the four characters used to create HTML tags (<, >, & and " ) into the entity codes used to display them properly with a WWW browser. This uses the "Text Preprocessing" Table (see below).
  67.  
  68. 2. The text selection is then scanned for any entity characters, which will be replaced with HTML entity codes (such as ├╝ to ü).
  69.  
  70. 3. Converts "illegal" characters with safer alternatives, such as curly quotes with " or Γäó with (tm). This uses the "Table Conversion" table (see below).
  71.  
  72. 4. Converts return-delimited paragraphs into HTML paragraphs (bounded by <P></P>).
  73.  
  74. Check the Preferences card under Conversion Preferences to customize the various conversion tables.
  75.  
  76. Holding down the Option key while performing this command alters the direction of the conversion.
  77.  
  78. Table Convert
  79. Similar to the Convert Entities command (found under the Hypertext menu's Entity Submenu), Table Convert uses a modifiable lookup table to convert instances of characters that won't be displayed correctly over the Internet to a "safe" equivalent. For example, the Macintosh-only trademark symbol Γäó can be translated to (tm). For information on customizing the conversion, check either the Table Conversion Instructions, or the Table Conversion section under Conversion Preferences).
  80.  
  81. ΓÇó Holding down the Option key before choosing the menu alters the direction of the conversion.
  82.  
  83. ΓÇó Holding down the Shift key before choosing the menu uses the second "Alternate" table rather than the default.
  84.  
  85. ΓÇó Holding down both Shift and Option keys performs a reverse conversion using the alternate table.
  86.  
  87. Convert ┬╢ to <P>
  88. Used to convert a selection of preexisting text into HTML paragraphs. Surrounds blocks of text (having a blank line between each "paragraph") with the HTML paragraph containers <P></P>, with single lines delimited with line break tags <BR>. Useful for converting a lot of paragraph text to HTML paragraphs at once. If the line breaks aren't desired, first Unwrap the text.
  89.  
  90. Unwrap Text
  91. Often text from online sources has a return at the end of every line. To convert a selection of text into paragraphs, use this command. Blocks of text having a blank line between them are treated as separate paragraphs.
  92.  
  93. Default Text
  94. Sets the text font, style and size of the current document to the default text as specified on the Preferences card. Text pasted into HTML.edit from other applications may inherit the formatting of its origin. Also, this command resets the document font after using the Hilight HTML or other hilight commands.
  95.  
  96. Remove HTML
  97. Removes most common HTML tags from the current text selection, including Anchors, Images, and tags in certain complex formats (such as lists). Also reconverts any character entities back into their original characters (eg., ü back to ├╝ ).
  98.  
  99. Back to File menu, on to HyperText menu, or return to Tool Palette Menus.
  100.  
  101.